







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | BigList<(Of <T>)>BigList<(Of <T>)>New()() |
Creates a new BigList. The BigList is initially empty.
|
![]() | BigList<(Of <T>)>BigList<(Of <T>)>New(IEnumerable<(Of <T>)>) |
Creates a new BigList initialized with the items from collection, in order.
|
![]() | BigList<(Of <T>)>BigList<(Of <T>)>New(BigList<(Of <T>)>) |
Creates a new BigList that is a copy of list.
|
![]() | BigList<(Of <T>)>BigList<(Of <T>)>New(IEnumerable<(Of <T>)>, Int32) |
Creates a new BigList initialized with a given number of copies of the items from collection, in order.
|
![]() | BigList<(Of <T>)>BigList<(Of <T>)>New(BigList<(Of <T>)>, Int32) |
Creates a new BigList that is several copies of list.
|